Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GEPRC_F722_AIO add target with UART3 instead of i2c #10310

Merged
merged 2 commits into from
Aug 21, 2024

Conversation

sensei-hacker
Copy link
Collaborator

The board shares the same pins between UART3 and external i2c.
This PR allows the user to choose UART3 rather than external i2c.

This is based on the co mment from @YI-BOYANG on #10233

@YI-BOYANG does this look okay to you?

@@ -53,6 +57,8 @@

// *************** I2C/Baro/Mag *********************
#define USE_I2C
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

USE_I2C should probably be inside the ifdef bellow as well

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

USE_I2C should probably be inside the ifdef bellow as well

Done.

@mmosca mmosca merged commit d68a833 into iNavFlight:master Aug 21, 2024
22 checks passed
@YI-BOYANG
Copy link
Contributor

The board shares the same pins between UART3 and external i2c. This PR allows the user to choose UART3 rather than external i2c.

This is based on the co mment from @YI-BOYANG on #10233

@YI-BOYANG does this look okay to you?

It looks good.

@MrD-RC MrD-RC added this to the 8.0 milestone Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants